Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: automated integration tests #252

Merged
merged 31 commits into from
Aug 13, 2024
Merged

feat: automated integration tests #252

merged 31 commits into from
Aug 13, 2024

Conversation

aloknerurkar
Copy link
Collaborator

@aloknerurkar aloknerurkar commented Jul 18, 2024

Adding integration test framework for mev-commit. This will run basic sanity tests in the github CI everytime a commit is pushed.

The tests included now are:

  • Provider staking
  • Connectivity
  • Autodeposit
  • Preconfirmations and settlements

Things can be added on when new features are added. Also in future if we make this a separate nomad job, we can run it for stress testing as well.

@aloknerurkar aloknerurkar force-pushed the integrationtests.2 branch 5 times, most recently from ddf8f79 to 5bf83b1 Compare August 8, 2024 07:23
@aloknerurkar aloknerurkar marked this pull request as ready for review August 8, 2024 12:43
.github/workflows/ci.yml Outdated Show resolved Hide resolved
testing/pkg/orchestrator/orchestrator.go Show resolved Hide resolved
testing/pkg/tests/preconf/preconf.go Show resolved Hide resolved
testing/pkg/tests/preconf/preconf.go Outdated Show resolved Hide resolved
.github/workflows/infrastructure.yml Outdated Show resolved Hide resolved
testing/cmd/main.go Show resolved Hide resolved
testing/cmd/main.go Show resolved Hide resolved
testing/cmd/main.go Show resolved Hide resolved
testing/cmd/main.go Show resolved Hide resolved
testing/pkg/orchestrator/orchestrator.go Outdated Show resolved Hide resolved
testing/pkg/orchestrator/orchestrator.go Outdated Show resolved Hide resolved
testing/pkg/tests/deposit/deposit.go Show resolved Hide resolved
testing/pkg/tests/deposit/deposit.go Outdated Show resolved Hide resolved
testing/pkg/tests/staking/staking.go Outdated Show resolved Hide resolved
@aloknerurkar aloknerurkar requested a review from mrekucci August 13, 2024 17:14
@aloknerurkar aloknerurkar merged commit 3e78702 into main Aug 13, 2024
6 checks passed
@aloknerurkar aloknerurkar deleted the integrationtests.2 branch August 13, 2024 18:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants